home *** CD-ROM | disk | FTP | other *** search
/ PC Format (Portugal) 16 / PC Format (Portugal) 16.iso / Games / X-men / XMENDEMO.EXE / setup.exe / 0 / RCDATA / TSELECTYSFLDIR / TSELECTYSFLDIR.txt
Text File  |  1997-10-18  |  3KB  |  129 lines

  1. object SelectYsflDir: TSelectYsflDir
  2.   Left = 172
  3.   Top = 116
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Youseful Delphi Component directory'
  7.   ClientHeight = 150
  8.   ClientWidth = 399
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 14
  18.   object SpeedButton1: TSpeedButton
  19.     Left = 360
  20.     Top = 88
  21.     Width = 25
  22.     Height = 25
  23.     Caption = '...'
  24.     OnClick = SpeedButton1Click
  25.   end
  26.   object Label1: TLabel
  27.     Left = 8
  28.     Top = 8
  29.     Width = 377
  30.     Height = 33
  31.     AutoSize = False
  32.     Caption = 
  33.       'The entry in the registry that tells where the Youseful Delphi C' +
  34.       'omponents are is incorrect or missing.'
  35.     WordWrap = True
  36.   end
  37.   object Label2: TLabel
  38.     Left = 112
  39.     Top = 120
  40.     Width = 273
  41.     Height = 25
  42.     AutoSize = False
  43.   end
  44.   object Label3: TLabel
  45.     Left = 112
  46.     Top = 120
  47.     Width = 165
  48.     Height = 14
  49.     Caption = 'Could not find the following file(s):'
  50.     Visible = False
  51.   end
  52.   object Label4: TLabel
  53.     Left = 8
  54.     Top = 48
  55.     Width = 385
  56.     Height = 25
  57.     AutoSize = False
  58.     Caption = 
  59.       ' Please enter the directory in the edit box below. You may brows' +
  60.       'e your computer by clicking on the button to the right.'
  61.     WordWrap = True
  62.   end
  63.   object Edit1: TEdit
  64.     Left = 8
  65.     Top = 88
  66.     Width = 345
  67.     Height = 22
  68.     TabOrder = 0
  69.   end
  70.   object BitBtn1: TBitBtn
  71.     Left = 8
  72.     Top = 120
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Close'
  76.     TabOrder = 1
  77.     Kind = bkClose
  78.   end
  79.   object NecFiles: TListBox
  80.     Left = 112
  81.     Top = 136
  82.     Width = 273
  83.     Height = 121
  84.     ItemHeight = 14
  85.     Items.Strings = (
  86.       'idapinst.dll'
  87.       'yousefulloadprogram.exe'
  88.       'ordlg_WelcomeDlg.pas'
  89.       'ordlg_WelcomeDlg.dfm'
  90.       'ordlg_SelectLanguage.pas'
  91.       'ordlg_SelectLanguage.dfm'
  92.       'ordlg_SelectFolder.pas'
  93.       'ordlg_SelectFolder.dfm'
  94.       'ordlg_Readme.pas'
  95.       'ordlg_Readme.dfm'
  96.       'ordlg_License.pas'
  97.       'ordlg_License.dfm'
  98.       'ordlg_InstallType.pas'
  99.       'ordlg_InstallType.dfm'
  100.       'ordlg_FileGroupSelect.pas'
  101.       'ordlg_FileGroupSelect.dfm'
  102.       'ordlg_CustomDuringCopy.pas'
  103.       'ordlg_CustomDuringCopy.dfm'
  104.       'ordlg_CopyFile.pas'
  105.       'ordlg_CopyFile.dfm'
  106.       'ordlg_CustomBeforeInstall.pas'
  107.       'ordlg_CustomBeforeInstall.dfm'
  108.       'ordlg_BadInstallForm.pas'
  109.       'ordlg_BadInstallForm.dfm'
  110.       'ordlg_CustomAfterGoodInstall.pas'
  111.       'ordlg_CustomAfterGoodInstall.dfm'
  112.       'ordlg_CustomAfterBadInstall.pas'
  113.       'ordlg_CustomAfterBadInstall.dfm'
  114.       'idapi32.cnf'
  115.       'sql_lic.dat')
  116.     TabOrder = 2
  117.     Visible = False
  118.   end
  119.   object MissingFiles: TListBox
  120.     Left = 112
  121.     Top = 136
  122.     Width = 273
  123.     Height = 121
  124.     ItemHeight = 14
  125.     TabOrder = 3
  126.     Visible = False
  127.   end
  128. end
  129.